home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
PROGEDIT
/
3788.ZIP
/
QHLPQ.EXE
/
QHM.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-03-01
|
3KB
|
68 lines
echo off
cls
: Qhm.Bat, 01 Mar 93, Rhg
: Boot QEdit (R) for Hypertext Help
: Installs QM mouse driver
: Use Qh.Bat, instead of this file, if you do NOT wish to also install the
: QM mouse driver. The QM mouse driver is normally supplied with QEdit (R).
: QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
: This batch file assumes the QHelpQ (C) is located in the C:\QHelpQ
: sub-DIR. If it is NOT, change the LOCATION below ( 2 places ).
: This batch file assumes the QEdit (R) editor file name is 'Q'
: If it is not, change the file name, below ( 2 places ).
: Below assumes QM exists, and has a path to it.
QM
: QM FLAG... QM Mouse driver installed.... Used by QhS.BAT
set QMF=1
echo.
: HOT KEYS for QHelpQ
: ALT F7=HYPER, ALT F8=Contex HYPER ( /k=65,66,08 )
: V-- Q editor file name
QhelpQ1 /m=C:\QHelpQ\QHelpQ.H! /q /k=65,66,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
: ^^^^^^^^^ = LOCATION of the QHelpQ.H! file
set QMF=
echo
:goto Message
echo NOTE: If you see a 'Bad command or file name' message, the required QM.COM
echo file was not in your path. Mouse support will not be available, for
echo use with QEdit (R) or QHelpQ (C). If you do NOT have a copy of the
echo QM.COM file, use the Qh.Bat file instead of this one. Mouse support
echo for QHelpQ (C) ( but not QEdit (R) ), will then be available.
echo.
echo If you have QM.COM, and it is in your path, AND/OR you get tired of
echo seeing this message, remove the ':' in front of the 'goto Message'
echo statement (above this message), in this Qhm.Bat file.
echo.
:Message
:goto END
echo Type 'qm off' to remove QM from memory. Above assumes no TSR's have
echo been loaded after QM. A fair assumption, since you should NOT install
echo any TSR's while 'shelled' from the 'Q editor'.
echo.
echo If you get tired of seeing this message, remove the ':' in front of
echo the 'goto END' statement (above this message), in this Qhm.Bat file.
echo.
echo List this Qhm.Bat file to read 'QM' NOTE at the end of this file.
goto END
:END
: QM NOTE:
: Using the QM mouse driver will result in overly-sensitive mouse movement
: in QHelpQ. This is because the QM mouse driver uses maximum sensitivity
: for editing and reduced sensitivity ONLY for operation with the QEdit(R)
: pull-down menus. If you can NOT master the overly-sensitive mouse movement
: in QHelpQ, then you must invoke the Q editor, using the Qh.Bat file, rather
: than this batch file. The mouse movement in QHelpQ will then be smooth, BUT
: their will be no mouse capability from within the 'Q Editor'.